Nor-Pim is a Product Information Management System written for enterprise cloud environments with user interfaces tailored for PC, Web and Mobile.
DefaultSearch REST Member
Method Name: DefaultUserListForDashboard
Parameters:
Properties of ( DTO ( Data transfer object ), OpenApi definition ( NSWag ) & Client side model )
| Name | Type |
| Default User Code | System.String |
| Default User Name | System.String |
| Email | System.String |
| Default State Name | System.String |
| Activity Count | System.Int32 |
| Last Activity Date Time | System.String |
| Created Date Time | System.String |
| Created By Default User Code | System.String |
| Created By Default User Name | System.String |
| Default User Id | System.Guid |
Service Operations
Notice that Curl, Powershell & Javascript includes Authentication and will work as expected, the Html version will fail since it does not include the correct header and is included just to point out this difference.
curl -X GET https://norportui.azurewebsites.net/api/v1/DefaultSearch/DefaultUserListForDashboard -H 'UserRole:User' -H 'accept: text/plain'
Invoke-RestMethod -Uri "https://norportui.azurewebsites.net/api/v1/DefaultSearch/DefaultUserListForDashboard" -Method Get -Headers @{ "UserRole" = "User"; "accept" = "text/plain" }
JSON output from REST calls:
Result of GET call will end up here